home *** CD-ROM | disk | FTP | other *** search
Wrap
  Text Inherits from: Window Item _____________________________________________________   name *234* Type: string Description: Used by the primitive find-item to find a «Text» by name. _____________________________________________________   owner *234* Type: Window Constraints: Not settable. Description: If «Text» is a member of item list of an active «Window», then the value of this attribute is that «Window»; otherwise it is NULL. _____________________________________________________   active? *234* Type: boolean Constraints: Not settable on default. Description: Setting has no effect on this type of item. _____________________________________________________   visible? *234* Type: boolean Description: «Text» is displayed in the owning «Window» if and only if the value of this attribute is TRUE. Side effects: Setting causes «Text» to be redrawn in the owning «Window». _____________________________________________________   move? *235* Type: boolean Description: The location of «Text» is changed relative to the size of the owning «Window» if and only if the value of this attribute is TRUE. _____________________________________________________   grow? *235* Type: boolean Description: The size of «Text» is changed relative to the size of the owning «Window» if and only if the value of this attribute is TRUE. _____________________________________________________   location *235* Type: Point Description: The location of the upper left corner of «Text» in the owning «Window». Side effects: Setting causes «Text» to be redrawn. _____________________________________________________   size *235* Type: Point Description: Offset of the lower right corner of «Text» from the upper left corner. Side effects: Setting causes «Text» to be redrawn. _____________________________________________________   balloon *235* Type: list Description: Balloon Help information; format varies with the type (Prograph string or 'STR ', 'STR#', 'TEXT' or 'PICT' resource) of Balloon Help. _____________________________________________________   border? *236* Type: boolean Description: A 1-point border is drawn around the «Scroll Text» if the value of this attribute is TRUE. Side effects: Setting causes «Scroll Text» to be redrawn. _____________________________________________________   font *236* Type: integer Description: The font in which «Text» is drawn. See Mac Constants (geneva, and so on) in the ˙Info… dialog for some values, as well as chapter 7, “The Macintosh Toolbox.” Side effects: Setting causes «Text» to be redrawn. _____________________________________________________   font style *236* Type: integer Description: The style in which «Text» is drawn. See Mac Constants (bold, and so on) in the ˙Info… dialog for some values, as well as chapter 7, “The Macintosh Toolbox.” Side effects: Setting causes «Text» to be redrawn. _____________________________________________________   font size *236* Type: integer Description: The point size in which «Text» is drawn. Side effects: Setting causes «Text» to be redrawn. _____________________________________________________   justification *237* Type: integer Description: The justification for drawing «Text». See Mac Constants (teJustLeft, and so on) in the ˙Info… dialog for some values. Side effects: Setting causes the item to be redrawn. _____________________________________________________   text *237* Type: string Description: The text that is displayed in the item. It can have a maximum length of 32K bytes. If the text is longer than 32K bytes, it is truncated to that size.